home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 200
- Top = 109
- Width = 286
- Height = 181
- Caption = 'NT Lag'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 64
- Width = 233
- Height = 33
- Alignment = taCenter
- AutoSize = False
- Caption = 'IP Addy To Attack'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Grunge'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 8
- Top = 32
- Width = 257
- Height = 21
- AutoSize = False
- TabOrder = 0
- end
- object Button1: TButton
- Left = 40
- Top = 112
- Width = 89
- Height = 25
- Caption = 'Lag Em!'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Sockets1: TSockets
- Left = 8
- Top = 120
- Width = 32
- Height = 32
- MaximumReceiveLength = 8192
- NonBlocking = False
- end
- object Button2: TButton
- Left = 144
- Top = 112
- Width = 89
- Height = 25
- Caption = 'Back To Base!'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
-